.project1 {

    max-width: 60%;
    margin: 14vh auto;
    font-family: 'Roboto', sans-serif;
    padding-top: 3%;
}

.project1 .title {
    display: flex;
    max-width: 35vw;
    justify-content: space-between;
}


.project1 h2 {
    font-size: 1.1rem;
    letter-spacing: 0.17rem;
    position: relative;
}

.project1 .title p {
    font-size: 0.7rem;
    letter-spacing: 0.17rem;
    line-height: 1.5rem;
    width: 20vw;
}

.rectangle {
    width: 35vw;
    height: 40vh;
    background-color: rgb(85, 110, 108);
    margin-left: 25%;
    position: absolute;
    margin-top: 8vh;
    z-index: -1;
}

.project1 img {
    display: flex;
    width: 60%;
    height: auto;
    margin-left: 20%;
}

.project1 a {
    text-decoration: none;
    color: black;
    font-size: 0.7rem;
    line-height: 1.5rem;
    letter-spacing: 0.17rem;

}

.article {
    display: flex;
    font-family: 'Roboto', sans-serif;
    letter-spacing: 0.17rem;
    padding-top: 3%;
    max-width: 60%;
    margin: auto;
    margin-top: 5vh;
    padding-left: 10vw;
    line-height: 1.5rem;
    font-size: 0.7rem;

}

.main_project1 {
    padding-left: 4vw;
}

.article p {
    flex-direction: row;
    max-width: 50%;
    margin: 1rem;

}

.mini_gallery {
    display: flex;
    max-width: 70%;
    justify-content: space-between;
    margin: auto;
    margin-top: 10vw;
    margin-bottom: 10vw;
}


.mini_gallery img {
    width: 10vw;
    height: 10vw;
    object-fit: cover;
    transition: tansform 0.3s;

}

.mini_gallery img:hover {
    transform: scale(2.5);
}

.big {
    display: flex;
    justify-content: center;
}

.big img {
    max-width: 50vw;
    max-height: auto;
}